Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-811 | GEN002660 | SV-63819r1_rule | Medium |
Description |
---|
Without auditing, individual system accesses cannot be tracked and malicious activity cannot be detected and traced back to an individual account. |
STIG | Date |
---|---|
Oracle Linux 5 Security Technical Implementation Guide | 2017-03-01 |
Check Text ( C-52359r1_chk ) |
---|
Determine if auditing is enabled. # ps -ef |grep auditd If the auditd process is not found, this is a finding. |
Fix Text (F-54395r1_fix) |
---|
Start the auditd service and set it to start on boot. # service auditd start ; chkconfig auditd on |